Click or drag to resize

CustomPropertyName Class

Identifies an extended MAPI property name.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class CustomPropertyName : ExtendedPropertyPath

The CustomPropertyName type exposes the following members.

Constructors
  NameDescription
Public methodCustomPropertyName
Initializes a new instance of the CustomPropertyName class.
Public methodCustomPropertyName(String)
Initializes a new instance of the CustomPropertyName class.
Public methodCustomPropertyName(String, String)
Initializes a new instance of the CustomPropertyName class.
Public methodCustomPropertyName(String, String, MapiPropertyType)
Initializes a new instance of the CustomPropertyName class.
Top
Properties
  NameDescription
Public propertyName
Identifies an extended property by its name.
Public propertySet
Identifies a MAPI extended property set or namespace by its identifying GUID.
Public propertyType
Represents the property type of a property tag.
Top
Methods
See Also